BaseFixture

The base fixture that an analyzer implement

Members

Functions

execute
void execute()

Execute the analyser.

explain
string explain()

Explain what the analyser is.

putEnv
void putEnv(Environment)

The environment the analysers execute in.

result
Result result()
setup
void setup()

Setup the environment for analyze.

tearDown
void tearDown()

Cleanup after analyze.

Meta